bytecode interpreter meaning in Chinese
字节码解释程序
字节码解释器
Examples
- The bytecode interpreter adds about 65mb to the process table over the maximum heap size for a 128mb heap , and increases in size as does the maximum heap size does
字节码解释器向进程表大约添加65mb (除了最大堆大小128mb之外) ,并随最大堆大小的增加而增加。 - When calculating the largest number that this figure can grow to , you must not only consider the maximum heap size , but also the process size of the java bytecode interpreter which is reflected in the os process table over and above the maximum heap size
在计算该数字可以达到的最大数目时,您必须考虑的不仅有最大堆大小,而且还有除最大堆大小之外的java字节码解释器的进程大小(这个大小在操作系统进程表中列出) 。